Obsolete - Use the constructor overload taking IntPtr instead.
Autodesk.AutoCAD.EditorInput
Public Sub New( path As FullSubentityPath, method As SelectionMethod, gsMarker As long, descriptors As PickPointDescriptor[] )
Parameters |
Description |
FullSubentityPath path |
Input subentitiy path |
SelectionMethod method |
Input selection method |
long gsMarker |
Input GS marker |
PickPointDescriptor[] descriptors |
Input pick points |
public FenceSelectedSubObject(
FullSubentityPath path,
SelectionMethod method,
IntPtr gsMarker,
PickPointDescriptor[] descriptors
);
public FenceSelectedSubObject(FullSubentityPath path, SelectionMethod method, int gsMarker, PickPointDescriptor[] descriptors);
Comments? |